import { PublicKey, TransactionInstruction } from '@solana/web3.js'; import { SetRealmAuthorityAction } from '.'; export declare function createSetRealmAuthority(programId: PublicKey, programVersion: number, realm: PublicKey, realmAuthority: PublicKey, newRealmAuthority: PublicKey | undefined, action: SetRealmAuthorityAction | undefined): Promise; //# sourceMappingURL=createSetRealmConfig%20copy.d.ts.map